home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Creative Review 39
/
Creative Review 39.iso
/
pc
/
more
/
continuum
/
project2.dir
/
00381_Script_goto_mml
< prev
next >
Wrap
Text File
|
1998-06-02
|
418b
|
21 lines
global theLabel
on mouseUp me
if (theLabel = 50) then
set the locV of sprite 30 to 1000
puppetTransition 27, 0, 300
end if
go to label("mmlight")+(the frame - theLabel)
set theLabel = 220
end
on mouseEnter me
if theLabel = 10 then set the locV of sprite 73 to 94
updatestage
end
on mouseLeave me
if theLabel = 10 then set the locV of sprite 73 to -500
updatestage
end
end